func errors.is

3 uses

	errors (current package)
		wrap.go#L51: 	return is(err, target, isComparable)
		wrap.go#L54: func is(err, target error, targetComparable bool) bool {
		wrap.go#L70: 				if is(err, target, targetComparable) {